Extrapolates a value from one or more past anchored values

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected delegate ValueType ExtrapolationDelegate(
	int t,
	bool sentToRemoteOnly
)

Parameters

t
Type: System..::..Int32
Time for which a value is to be returned
sentToRemoteOnly
Type: System..::..Boolean
if true only values that have been sent to remote are used if false all are used

Return Value

Extraploated value at time t

See Also